home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 June / What PC June 1996.iso / data / showcase / users.dir / 00012_OFRED.BMP.ls < prev    next >
Encoding:
Text File  |  1996-02-04  |  267 b   |  15 lines

  1. on mouseDown
  2.   puppetSprite(3, 1)
  3.   set the castNum of sprite 3 to 4
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite 3 to 12
  9.   updateStage()
  10.   puppetSprite(3, 0)
  11.   if the mouseCast = 12 then
  12.     go(55)
  13.   end if
  14. end
  15.